projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7246db8
)
Fix typo in last checkin
author
Jason Rumney
<jasonr@gnu.org>
Tue, 31 Aug 2004 22:48:41 +0000
(22:48 +0000)
committer
Jason Rumney
<jasonr@gnu.org>
Tue, 31 Aug 2004 22:48:41 +0000
(22:48 +0000)
src/w32fns.c
patch
|
blob
|
history
diff --git
a/src/w32fns.c
b/src/w32fns.c
index 8d695fd65bc16be2a1a69d90a7b06fe42daffd80..e60385c8129700aa509aa0e7decacd8fbba84994 100644
(file)
--- a/
src/w32fns.c
+++ b/
src/w32fns.c
@@
-4663,7
+4663,7
@@
int size;
&& !strcmp (dpyinfo->font_table[i].name, bdf_name))
|| (dpyinfo->font_table[i].full_name
&& !strcmp (dpyinfo->font_table[i].full_name, bdf_name)))
- return dpyinfo->font_table
[i]
;
+ return dpyinfo->font_table
+ i
;
}
retval = w32_load_bdf_font (f, bdf_name, size, bdf_file);